Bump xend_config_format to 3, to indicate that the lifecycle patches are
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 14:24:20 +0000 (14:24 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 14:24:20 +0000 (14:24 +0000)
available.

Better version mechanisms will be forthcoming!

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendNode.py

index b6eafa3331c451e502f5f7650a7f251f7718753b..8850a71ce3eaeac62ab49db27eac5567bf47488e 100644 (file)
@@ -196,7 +196,7 @@ class XendNode:
         return [[k, info[k]] for k in ITEM_ORDER]
 
     def xendinfo(self):
-        return [['xend_config_format',  2]]
+        return [['xend_config_format', 3]]
 
     # dictionary version of *info() functions to get rid of
     # SXPisms.